home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / destroytheworld.swf / scripts / DefineButton2_798 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  155 b   |  9 lines

  1. on(release){
  2.    _global.gameMusic.setVolume(25);
  3.    tellTarget("musicPointer")
  4.    {
  5.       gotoAndStop("low");
  6.    }
  7.    _root.musicVolume = "low";
  8. }
  9.